var google.golang.org/grpc/internal/transport.ioBufferPoolMap
3 uses
google.golang.org/grpc/internal/transport (current package)
http_util.go#L413: var ioBufferPoolMap = make(map[int]*imem.SimpleBufferPool)
http_util.go#L597: pool, ok := ioBufferPoolMap[size]
http_util.go#L602: ioBufferPoolMap[size] = pool
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)